home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Present…ry 5: (Reseller Edition) / Apple Reference & Presentations Library 5.0 (Reseller Edition).iso / 5-Fonts & Software / HyperCard 1.2.5 / Help Stacks / Help / card_65569.txt < prev    next >
Text File  |  1987-11-25  |  859b  |  41 lines

  1. -- card: 65569 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 4507
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 1
  9. ----- text -----
  10. Use quotes to make text just be text.  Putting an object's name in quotes ensures that it will never be confused with a variable of the same name.  
  11.  
  12. In this example, the local variable N has the value 3. 
  13.  
  14. put 3 into N         -- a temporary variable named N 
  15.  
  16. go to card "N"       -- a card named "N" in the current 
  17.                             -- stack
  18. go to card N         -- card 3 in the current stack 
  19.  
  20. Don't start an object's name with a number.
  21.  
  22. -- part contents for background part 43
  23. ----- text -----
  24. 267,189
  25.  
  26. -- part contents for background part 44
  27. ----- text -----
  28. Using Quotes around names
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39. -- part contents for background part 2
  40. ----- text -----
  41. Introduction to HyperTalk (cont.)